home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
prolog
/
brklyprl.lha
/
Emulator
/
compiler
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-04-14
|
241 b
|
10 lines
#! /bin/csh -f
# put your Prolog compiler there:
set comp = ../Comp/comp
if (! -e $comp) then
echo "Prolog compiler not found" |& cat
echo "build the compiler and modify shell script Emulator/compiler"
exit -1
endif
$comp < $1.pl >! $1.w